projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8a1f23
)
tools/xenbackendd: make 'gmake clean' properly cleaning
author
Christoph Egger
<chegger@amazon.de>
Mon, 22 Apr 2013 11:59:14 +0000
(13:59 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 24 Apr 2013 11:18:11 +0000
(12:18 +0100)
tools/xenbackendd: properly cleanup
Do not leave builds on gmake clean.
Signed-off-by: Christoph Egger <chegger@amazon.de>
Reviewed-by: Matt Wilson <msw@amazon.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xenbackendd/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenbackendd/Makefile
b/tools/xenbackendd/Makefile
index 8374ad31a4d59820f7a91a0afedc7842f6549266..31e5c62dcf1796b58527e17d298a358ce032f036 100644
(file)
--- a/
tools/xenbackendd/Makefile
+++ b/
tools/xenbackendd/Makefile
@@
-30,7
+30,7
@@
install: build
.PHONY: clean
clean:
- rm -f $(DEPS)
+ $(RM) *.a *.so *.o $(DEPS) xenbackendd
xenbackendd: xenbackendd.o
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)